Skip to content

Add missing ClickOnce deployment structure for Funding manager app#249

Open
Copilot wants to merge 4 commits intomasterfrom
copilot/fix-installation-issue
Open

Add missing ClickOnce deployment structure for Funding manager app#249
Copilot wants to merge 4 commits intomasterfrom
copilot/fix-installation-issue

Conversation

Copy link

Copilot AI commented Jan 29, 2026

The setup.exe installer failed with DirectoryNotFoundException because the .application manifest referenced a non-existent deployment structure: Application Files\Woodgrove Bank Funding Manager_1_0_0_2\Woodgrove Bank Funding Manager.dll.manifest.

Changes

  • Created Application Files/Woodgrove Bank Funding Manager_1_0_0_2/ directory with required deployment files:

    • Woodgrove Bank Funding Manager.dll.manifest (deployment manifest with SHA256 hashes for all assemblies)
    • Launcher.exe, main .dll, .exe, .deps.json, .runtimeconfig.json
  • Updated Woodgrove Bank Funding Manager.application with correct manifest file size (4238 bytes) and SHA256 hash

The deployment structure now matches standard ClickOnce format expected by the installer.

Original prompt

This section details on the original issue you should resolve

<issue_title>Funding manager app Installation Issue</issue_title>
<issue_description>While installing setup.exe facing an issue.

System.IO.DirectoryNotFoundException
- Could not find a part of the path 'C:\Lab Resources\Funding manager app\Application Files\Woodgrove Bank Funding Manager_1_0_0_2\Woodgrove Bank Funding Manager.dll.manifest'.

See attached log file

8F7333EA.log</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@skulthm-ms skulthm-ms marked this pull request as ready for review January 29, 2026 21:00
Copilot AI and others added 3 commits January 29, 2026 21:01
Co-authored-by: skulthm-ms <56608317+skulthm-ms@users.noreply.github.com>
Co-authored-by: skulthm-ms <56608317+skulthm-ms@users.noreply.github.com>
Co-authored-by: skulthm-ms <56608317+skulthm-ms@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix installation issue for funding manager app Add missing ClickOnce deployment structure for Funding manager app Jan 29, 2026
Copilot AI requested a review from skulthm-ms January 29, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Funding manager app Installation Issue

2 participants